Use standard icon names
authorMatthias Clasen <mclasen@redhat.com>
Sat, 12 Feb 2011 04:53:39 +0000 (23:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 12 Feb 2011 04:53:39 +0000 (23:53 -0500)
tests/teststatusicon.c

index e0f89d7353a7621ceece00a0c521805544c713a9..b754ff327946f320eee28e50ec3859d997539b03 100755 (executable)
@@ -75,12 +75,12 @@ update_icons (void)
 
   if (status == TEST_STATUS_INFO)
     {
-      icon_name = GTK_STOCK_DIALOG_INFO;
+      icon_name = "dialog-information";
       tooltip = "Some Information ...";
     }
   else
     {
-      icon_name = GTK_STOCK_DIALOG_QUESTION;
+      icon_name = "dialog-question";
       tooltip = "Some Question ...";
     }